home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 51 / Mobiclic51.iso / mac / DATA / COMMUNS / MOBICLIC_MENUS.CST / 00235_Script_BOUCLE_RELANCE_SON_EN BOUCLE < prev    next >
Text File  |  2003-01-30  |  316b  |  8 lines

  1. global gL_zesound_toloop
  2. ----------------------
  3. -- gL_zesound_toloop est une liste dont le 1er terme contient le nom du fichier son et le 2Φme la piste son
  4. on exitFrame me
  5.   if not soundbusy(gL_zesound_toloop[2]) then joueson(gL_zesound_toloop[1],gL_zesound_toloop[2])
  6.   go the frame
  7. end
  8. ---------------------